QuickOPC User's Guide and Reference
StructuredData Constructor(StructuredDataType,IEnumerable<KeyValuePair<String,GenericData>>)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.DataTypeModel Namespace > StructuredData Class > StructuredData Constructor : StructuredData Constructor(StructuredDataType,IEnumerable<KeyValuePair<String,GenericData>>)
The associated structured data type.
A sequence of field name/generic data pairs.
Initializes a new instance of the class. Initializes a new instance of the class with given data type, and field data pairs.
Syntax

Parameters

dataType
The associated structured data type.
fieldDataPairs
A sequence of field name/generic data pairs.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also